All Questions
5 questions
8votes
1answer
3kviews
Testing lower- and upper bound values in Python
Code functionality The following code tests whether the values that a user specifies for a lower bound and upper bound on two properties: The lower bound is smaller than the upper bound. The values ...
5votes
1answer
43views
CandidateArchive for model-assisted multi-fidelity global search algorithm
For my research I'm working on global search methods where a candidate solution can have it's fitness (=score) evaluated in multiple fidelities (=accuracy levels). The goal of the ...
3votes
2answers
293views
Simple OOP currency converter - follow-up
This is a follow up question on this post This is what I changed on my previous code: I use Exchanger and PairCurrency class ...
0votes
1answer
436views
Command line multipart or single file downloader
I am looking for a code review for this multipart or single file chunk downloader using threading and queues. downloader.py ...
2votes
1answer
129views
Feedback on logic implementation and testing
This is my forked branch attempting to make the code better, This is an application for having a slide show of photographs in current directory or supplied as argument. Use keyboard controls[left to ...